You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
11 lines
280 B
Makefile
11 lines
280 B
Makefile
#############################################################
|
|
#
|
|
# Any custom stuff you feel like doing....
|
|
#
|
|
#############################################################
|
|
CUST_DIR:=$(SOURCE_DIR)/customize
|
|
ROOT_DIR:=$(BUILD_DIR)/root
|
|
|
|
customize:
|
|
cp -af $(CUST_DIR)/* $(ROOT_DIR)/
|