View | Details | Raw Unified
Collapse All | Expand All

(-) Linux/Kernel/Makefile (-1 / +5 lines)
 Lines 53-61   obj-m := truecrypt.o Link Here 
USER_OBJS_F := ../.user-objs
USER_OBJS_F := ../.user-objs
KERNEL_OBJS_F := ../.kernel-objs
KERNEL_OBJS_F := ../.kernel-objs
truecrypt: objclean
truecrypt: objclean platformcheck
	@$(MAKE) TC_BASE=$(PWD)/../.. -C $(KERNEL_SRC) SUBDIRS=$(PWD) M=$(PWD) modules 
	@$(MAKE) TC_BASE=$(PWD)/../.. -C $(KERNEL_SRC) SUBDIRS=$(PWD) M=$(PWD) modules 
platformcheck:
	@$(CC) -o $(PWD)/../../Linux/Common/platform $(PWD)/../../Linux/Common/Platform.c
	@$(PWD)/../../Linux/Common/platform >$(PWD)/../../Linux/Common/.platform
$(TC_BASE)/Linux/Common/.platform: $(TC_BASE)/Linux/Common/Platform.c
$(TC_BASE)/Linux/Common/.platform: $(TC_BASE)/Linux/Common/Platform.c
	@$(CC) -o $(TC_BASE)/Linux/Common/platform $<
	@$(CC) -o $(TC_BASE)/Linux/Common/platform $<
	@$(TC_BASE)/Linux/Common/platform >$(TC_BASE)/Linux/Common/.platform
	@$(TC_BASE)/Linux/Common/platform >$(TC_BASE)/Linux/Common/.platform