7 lines
156 B
Makefile
7 lines
156 B
Makefile
# Override the default uClibc configuration
|
|
ifeq ($(strip $(BR2_TARGET_HITACHI_MS7206SE01)),y)
|
|
|
|
include target/device/Hitachi/MS7206SE01/Makefile.in
|
|
|
|
endif
|