Changeset c28af812 in freewrt
- Timestamp:
- Feb 1, 2007, 3:10:31 PM (19 years ago)
- Children:
- 2f13d9a
- Parents:
- 131674c
- File:
-
- 1 edited
-
package/zaptel-12/patches/patch-Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/zaptel-12/patches/patch-Makefile
r131674c rc28af812 15 15 CFLAGS+=-DSTANDALONE_ZAPATA 16 16 -KMAKE:= $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) 17 +KMAKE:= $(MAKE) -C $(KSRC) ARCH= mipsV=1 SUBDIRS=$(PWD)17 +KMAKE:= $(MAKE) -C $(KSRC) ARCH=@@ARCH@@ V=1 SUBDIRS=$(PWD) 18 18 KMAKE_INST:= $(KMAKE) INSTALL_MOD_PATH=$(INSTALL_PREFIX) INSTALL_MOD_DIR=misc modules_install 19 19 … … 24 24 @if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi 25 25 - $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules 26 + $(MAKE) -C $(KSRC) ARCH= mipsV=1 SUBDIRS=$(PWD) modules26 + $(MAKE) -C $(KSRC) ARCH=@@ARCH@@ V=1 SUBDIRS=$(PWD) modules 27 27 28 28 version.h: FORCE
Note:
See TracChangeset
for help on using the changeset viewer.
