always rebuild core module

If the kernel updates, make won't detect that the core module needs
rebuilding.  So always rebuild it.
This commit is contained in:
Josh Poimboeuf 2014-03-26 21:26:31 -07:00
parent e8fb594637
commit d4ab5fab2e

View File

@ -1,6 +1,6 @@
include ../Makefile.inc
all:
all: clean
$(MAKE) -C core
install: