mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Remove all TARGET_DEVICE_TABLE definitions
We have a special case for Xtensa, which was patching the generic device_table.txt. Instead of doing this, we just keep a copy of the device table, specific to Xtensa, with Xtensa specifities. The fact that the patch wasn't applying anymore on the generic device table is a sign that the existing approach wasn't working anyway. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
# 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
|
||||
|
||||
TARGET_GENERIC_HOSTNAME:=$(call qstrip,$(BR2_TARGET_GENERIC_HOSTNAME))
|
||||
|
||||
Reference in New Issue
Block a user