summaryrefslogtreecommitdiffstats
path: root/target/device/x86/Makefile.in
blob: d773f4722c507d92b8bd5fbe75999faf1bf56c8f (plain)
1
2
3
4
5
6
TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl

ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y)
include target/device/x86/i386/Makefile.in
include target/device/x86/i386/*.mk
endif