Changeset 13141
- Timestamp:
- 10/23/09 18:43:37 (1 month ago)
- Files:
-
- src/router/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/router/Makefile
r12748 r13141 363 363 mipsel-linux-strip --strip-unneeded --remove-section=.comment $(TARGETDIR)/lib/modules/$(LINUXVER)/*.o 364 364 ifeq ($(CONFIG_MMC),y) 365 cp ./mmc /mmc.o $(TARGETDIR)/lib/modules/$(LINUXVER)365 cp ./mmc_sdhc/mmc.o $(TARGETDIR)/lib/modules/$(LINUXVER) 366 366 endif 367 367 # tar -cvf $(TARGETDIR)/lib/modules/modules.tar $(TARGETDIR)/lib/modules/$(LINUXVER)/*
