8 lines
191 B
Makefile
8 lines
191 B
Makefile
|
# Override the default uClibc configuration
|
||
|
ifeq ($(strip $(BR2_TARGET_SHARP_LNODE80)),y)
|
||
|
|
||
|
include target/device/Sharp/LNode80/Makefile.in
|
||
|
include target/device/Sharp/LNode80/linux.mk
|
||
|
|
||
|
endif
|