diff options
Diffstat (limited to 'target/Makefile.in')
-rw-r--r-- | target/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/Makefile.in b/target/Makefile.in index 8283aa484..187503260 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -32,4 +32,6 @@ ifeq ($(strip $(subst ",,$(BR2_KERNEL_LINUX_ADVANCED))),y) include target/linux/Makefile.in.advanced endif +include target/device/Makefile.in.linux + include target/hurd/Makefile.in |