diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 07adf6e..88ca597 100644 --- a/src/Makefile +++ b/src/Makefile @@ -22,6 +22,10 @@ endif include ../Makefile.quiet +ifneq ($(MAKECMDGOALS),clean) +include ../config-host.mak +endif + all: $(all_targets) liburing_srcs := setup.c queue.c syscall.c register.c |