Rev 149 | Rev 164 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 149 | Rev 160 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | .PHONY: all |
1 | .PHONY: all |
| 2 | 2 | ||
| 3 | TOPDIR=. |
3 | TOPDIR=. |
| 4 | 4 | ||
| 5 | SUBDIRS = \ |
5 | SUBDIRS = \ |
| 6 | resources/MT48LC16M16A2 \ |
6 | resources/HY27UF084G2M \ |
| 7 | resources/LPC3180 |
7 | resources/LPC3180 \ |
| - | 8 | resources/MT48LC16M16A2 |
|
| 8 | 9 | ||
| 9 | include $(TOPDIR)/mkrules |
10 | include $(TOPDIR)/mkrules |
| 10 | 11 | ||