Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/drivers/mmc/makefile @ 2890:1addfd8c9d5f
Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
This was not done in lwtools-port and makes it more
difficult to compare the trees. Therefore revert it
for now. I will reapply or do it in another way
later.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 23:13:46 +0100 |
parents | e4a0f58a5f9b |
children | 28ed72477814 |
comparison
equal
deleted
inserted
replaced
2889:0edac6dc70ed | 2890:1addfd8c9d5f |
---|---|
1 # Jim Hathaway's MultiMediaCard NitrOS-9 driver | 1 # Jim Hathaway's MultiMediaCard NitrOS-9 driver |
2 | 2 |
3 ifndef NITROS9DIR | 3 include ../../../rules.mak |
4 NITROS9DIR = $(HOME)/nitros9 | |
5 endif | |
6 include $(NITROS9DIR)/rules.mak | |
7 | 4 |
8 DEPENDS = ./makefile | 5 DEPENDS = ./makefile |
9 DRVRS = mmcdrv_l1.dr mmcdrv_l2.dr mmcdrv_l1s.dr mmcdrv_l2s.dr | 6 DRVRS = mmcdrv_l1.dr mmcdrv_l2.dr mmcdrv_l1s.dr mmcdrv_l2s.dr |
10 DESCS = h0_mmc_l1.dd h0_mmc_l2.dd h1_mmc_l1.dd h1_mmc_l2.dd dd_mmc_l1.dd dd_mmc_l2.dd | 7 DESCS = h0_mmc_l1.dd h0_mmc_l2.dd h1_mmc_l1.dd h1_mmc_l2.dd dd_mmc_l1.dd dd_mmc_l2.dd |
11 ALLOBJS = $(DRVRS) $(DESCS) | 8 ALLOBJS = $(DRVRS) $(DESCS) |