Skip to content

Commit

Permalink
Fixes awusb Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fortizc committed Feb 26, 2024
1 parent 1a0b52a commit 219ea26
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions awusb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)

default:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
$(MAKE) -C $(KDIR) M=$(PWD) modules
clean:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean
rm -rf Module.markers module.order module.sysvers

$(MAKE) -C $(KDIR) M=$(PWD) clean
rm -rf Module.markers module.order module.sysvers

0 comments on commit 219ea26

Please sign in to comment.