mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-25 20:12:11 +00:00
10 lines
311 B
Makefile
10 lines
311 B
Makefile
# Default target skeleton stuff, may be overridden
|
|
TARGET_SKELETON=target/generic/target_skeleton
|
|
TARGET_DEVICE_TABLE=target/generic/device_table.txt
|
|
|
|
ifeq ($(BR2_PACKAGE_BUSYBOX_SKELETON),y)
|
|
TARGET_SKELETON=target/generic/target_busybox_skeleton
|
|
TARGET_DEVICE_TABLE=target/generic/mini_device_table.txt
|
|
endif
|
|
|