Skip to content

Commit

Permalink
set 'build' folder to be auto-generated by make flow
Browse files Browse the repository at this point in the history
Signed-off-by: <zhicheng.liao@intel.com>
  • Loading branch information
Sunfe authored and FelixWongSiewAn committed Mar 28, 2024
1 parent 6bef5a0 commit 3d23e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sm_soc_devkit_ghrd/Makefile
Expand Up @@ -108,6 +108,7 @@ lc = $(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(s

# load user-specific configuration
ifeq ($(wildcard $(USER_CONFIG_FILE)),)
$(shell mkdir $(BUILD_DIR))
$(shell touch $(USER_CONFIG_FILE))
endif

Expand Down

0 comments on commit 3d23e5c

Please sign in to comment.