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