8 lines
164 B
Makefile
8 lines
164 B
Makefile
# Override the default uClibc configuration
|
|
ifeq ($(strip $(BR2_TARGET_Q5)),y)
|
|
|
|
include target/device/jp/q5/Makefile.in
|
|
include target/device/jp/q5/linux.mk
|
|
|
|
endif
|