Skip to content

Commit

Permalink
use -C for build
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Jul 23, 2024
1 parent db76d7e commit 704b74f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FALCO_MODULE_CONF_OPTS = -DFALCO_VERSION=$(FALCO_MODULE_VERSION)
FALCO_MODULE_CONF_OPTS += -DUSE_BUNDLED_DEPS=ON

define FALCO_MODULE_BUILD_CMDS
$(LINUX_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) driver KERNELDIR=$(LINUX_DIR) --build $(@D)
$(LINUX_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) driver KERNELDIR=$(LINUX_DIR) -C $(@D)
endef

FALCO_MODULE_INSTALL_OPTS = install_driver
Expand Down

0 comments on commit 704b74f

Please sign in to comment.