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