Rev 146 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 146 | Rev 148 | ||
|---|---|---|---|
| Line 1... | Line -... | ||
| 1 | TOPDIR=.. |
- | |
| 2 | 1 | TOPDIR=../.. |
|
| 3 | SYMS = \ |
2 | |
| 4 | LPC3180-AD.sym \ |
3 | SYMS = \ |
| 5 | LPC3180-FLASH.sym \ |
4 | LPC3180-AD.sym \ |
| 6 | LPC3180-GPI.sym \ |
5 | LPC3180-FLASH.sym \ |
| 7 | LPC3180-GPIO.sym \ |
6 | LPC3180-GPI.sym \ |
| Line 32... | Line 31... | ||
| 32 | LPC3180-VSS-RAM.sym \ |
31 | LPC3180-VSS-PLL.sym \ |
| 33 | LPC3180-VSS-gen.sym \ |
32 | LPC3180-VSS-RAM.sym \ |
| 34 | LPC3180-VSS-misc.sym |
33 | LPC3180-VSS-gen.sym \ |
| 35 | 34 | LPC3180-VSS-misc.sym |
|
| 36 | 35 | ||
| 37 | include $(TOPDIR)/mkrules |
- | |
| 38 | 36 | include $(TOPDIR)/mkrules |
|