Skip to content

Commit

Permalink
makes: rename check-target.mk to include-target.mk
Browse files Browse the repository at this point in the history
JIRA: CI-334
  • Loading branch information
nalajcie committed Sep 7, 2023
1 parent b9149a3 commit 2f40ac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ PREFIX_FS ?= $(abspath $(CURDIR)/../_fs/$(TARGET))
PREFIX_ROOTFS ?= $(PREFIX_FS)/root/

# Check TARGET, set TARGET_SUFF and include target building options
include $(MAKES_PATH)/check-target.mk
include $(MAKES_PATH)/include-target.mk

# setup tools
include $(MAKES_PATH)/setup-tools.mk
Expand Down
File renamed without changes.

0 comments on commit 2f40ac4

Please sign in to comment.