Pete Popov | e3ad1c2 | 2005-03-01 06:33:16 +0000 | [diff] [blame] | 1 | # |
Sergei Shtylyov | c3d1d5c | 2008-04-30 23:29:04 +0400 | [diff] [blame] | 2 | # Makefile for the Alchemy Semiconductor Pb1200/DBAu1200 boards. |
Pete Popov | e3ad1c2 | 2005-03-01 06:33:16 +0000 | [diff] [blame] | 3 | # |
4 | |||||
5 | lib-y := init.o board_setup.o irqmap.o | ||||
Sergei Shtylyov | fcbd3b4 | 2008-04-28 19:54:38 +0400 | [diff] [blame] | 6 | obj-y += platform.o |
Ralf Baechle | ae11e32 | 2007-11-01 16:46:14 +0000 | [diff] [blame] | 7 | |
8 | EXTRA_CFLAGS += -Werror |