mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 20:12:12 +00:00
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
|