mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
659 B

  1. --- ./Makefile.vanilla 2005-12-09 15:52:39.000000000 +0100
  2. +++ ./Makefile 2005-12-09 15:54:43.000000000 +0100
  3. @@ -73,7 +73,7 @@
  4. SRC_DIR=$(PWD)/src
  5. KVER := $(shell echo $(KERNRELEASE)|cut -d "." -f1-2;)
  6. -MODPATH := /lib/modules/$(KERNRELEASE)
  7. +MODPATH := /lib/modules/$(KERNRELEASE)/kernel/drivers
  8. # Retrieving driver version
  9. ZD_VERSION := $(shell $(DATE) +%Y%m%d)
  10. @@ -115,7 +115,7 @@
  11. # for apdbg
  12. gcc -o apdbg tools/apdbg.c
  13. chmod +x apdbg
  14. - cp ./apdbg /usr/local/sbin/apdbg
  15. + cp ./apdbg /usr/sbin/apdbg
  16. clean:
  17. @$(RM) .tmp_versions .*.cmd *.ko *.mod.c *.mod.o *.o $(SRC_DIR)/*.o $(SRC_DIR)/.*.o.cmd $(SRC_DIR)/*~ $(SRC_DIR)/zddevlist.h