1 # 2 # Core Alchemy code 3 # 4 platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/com 5 6 7 # 8 # AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb11 9 # Db1550/Pb1550/Db1200/Pb1200/Db13 10 # 11 platform-$(CONFIG_MIPS_DB1XXX) += alchemy/dev 12 cflags-$(CONFIG_MIPS_DB1XXX) += -I$(srctree 13 load-$(CONFIG_MIPS_DB1XXX) += 0xffffffff8 14 15 # 16 # 4G-Systems MTX-1 "MeshCube" wireless router 17 # 18 load-$(CONFIG_MIPS_MTX1) += 0xffffffff8 19 20 # 21 # MyCable eval board 22 # 23 load-$(CONFIG_MIPS_XXS1500) += 0xffffffff8 24 25 # 26 # Trapeze ITS GRP board 27 # 28 load-$(CONFIG_MIPS_GPR) += 0xffffffff8 29 30 # boards can specify their own <gpio.h> in one 31 # If they do, placing this line here at the en 32 # compiler picks the board one. If they don't 33 # the alchemy generic gpio header is picked up 34 35 cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.