Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # Core Alchemy code
0003 #
0004 platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
0005 
0006 
0007 #
0008 # AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb1100
0009 #             Db1550/Pb1550/Db1200/Pb1200/Db1300
0010 #
0011 platform-$(CONFIG_MIPS_DB1XXX)  += alchemy/devboards/
0012 cflags-$(CONFIG_MIPS_DB1XXX)    += -I$(srctree)/arch/mips/include/asm/mach-db1x00
0013 load-$(CONFIG_MIPS_DB1XXX)      += 0xffffffff80100000
0014 
0015 #
0016 # 4G-Systems MTX-1 "MeshCube" wireless router
0017 #
0018 load-$(CONFIG_MIPS_MTX1)        += 0xffffffff80100000
0019 
0020 #
0021 # MyCable eval board
0022 #
0023 load-$(CONFIG_MIPS_XXS1500)     += 0xffffffff80100000
0024 
0025 #
0026 # Trapeze ITS GRP board
0027 #
0028 load-$(CONFIG_MIPS_GPR)         += 0xffffffff80100000
0029 
0030 # boards can specify their own <gpio.h> in one of their include dirs.
0031 # If they do, placing this line here at the end will make sure the
0032 # compiler picks the board one.  If they don't, it will make sure
0033 # the alchemy generic gpio header is picked up.
0034 
0035 cflags-$(CONFIG_MIPS_ALCHEMY)   += -I$(srctree)/arch/mips/include/asm/mach-au1x00