MIPS: RB532: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -3,5 +3,3 @@
|
||||
#
|
||||
|
||||
obj-y += irq.o time.o setup.o serial.o prom.o gpio.o devices.o
|
||||
|
||||
EXTRA_CFLAGS += -Werror
|
||||
|
7
arch/mips/rb532/Platform
Normal file
7
arch/mips/rb532/Platform
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# Routerboard 532
|
||||
#
|
||||
platform-$(CONFIG_MIKROTIK_RB532) += rb532/
|
||||
cflags-$(CONFIG_MIKROTIK_RB532) += \
|
||||
-I$(srctree)/arch/mips/include/asm/mach-rc32434
|
||||
load-$(CONFIG_MIKROTIK_RB532) += 0xffffffff80101000
|
Reference in New Issue
Block a user