| Bernd Schmidt | b97b8a9 | 2008-01-27 18:39:16 +0800 | [diff] [blame] | 1 | # |
| 2 | # arch/blackfin/kernel/cplb-nompu/Makefile | ||||
| 3 | # | ||||
| 4 | |||||
| Mike Frysinger | ea426e6 | 2009-09-14 19:42:26 +0000 | [diff] [blame] | 5 | obj-y := cplbinit.o cplbmgr.o |
| Bernd Schmidt | dbdf20d | 2009-01-07 23:14:38 +0800 | [diff] [blame] | 6 | |
| 7 | CFLAGS_cplbmgr.o := -ffixed-I0 -ffixed-I1 -ffixed-I2 -ffixed-I3 \ | ||||
| 8 | -ffixed-L0 -ffixed-L1 -ffixed-L2 -ffixed-L3 \ | ||||
| 9 | -ffixed-M0 -ffixed-M1 -ffixed-M2 -ffixed-M3 \ | ||||
| 10 | -ffixed-B0 -ffixed-B1 -ffixed-B2 -ffixed-B3 | ||||