diff options
Diffstat (limited to 'kernel/arch/mips/xilfpga/Platform')
-rw-r--r-- | kernel/arch/mips/xilfpga/Platform | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/arch/mips/xilfpga/Platform b/kernel/arch/mips/xilfpga/Platform new file mode 100644 index 000000000..ed375afe3 --- /dev/null +++ b/kernel/arch/mips/xilfpga/Platform @@ -0,0 +1,3 @@ +platform-$(CONFIG_MACH_XILFPGA) += xilfpga/ +cflags-$(CONFIG_MACH_XILFPGA) += -I$(srctree)/arch/mips/include/asm/mach-xilfpga +load-$(CONFIG_MACH_XILFPGA) += 0xffffffff80100000 |