diff options
Diffstat (limited to 'arch/tile/Makefile')
-rw-r--r-- | arch/tile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/tile/Makefile b/arch/tile/Makefile index e20b0a0b64a1..55640cf92597 100644 --- a/arch/tile/Makefile +++ b/arch/tile/Makefile | |||
@@ -59,6 +59,8 @@ libs-y += $(LIBGCC_PATH) | |||
59 | # See arch/tile/Kbuild for content of core part of the kernel | 59 | # See arch/tile/Kbuild for content of core part of the kernel |
60 | core-y += arch/tile/ | 60 | core-y += arch/tile/ |
61 | 61 | ||
62 | core-$(CONFIG_TILE_GXIO) += arch/tile/gxio/ | ||
63 | |||
62 | ifdef TILERA_ROOT | 64 | ifdef TILERA_ROOT |
63 | INSTALL_PATH ?= $(TILERA_ROOT)/tile/boot | 65 | INSTALL_PATH ?= $(TILERA_ROOT)/tile/boot |
64 | endif | 66 | endif |