diff --git a/Makefile b/Makefile index 20ce686fb6..25c3b32d40 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,9 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC) %.o: %.S $(COMPILE_S) +%_host.o: %.c + $(COMPILE_HOSTC) + %.i: %.c $(CC) $(CCFLAGS) $(CC_E) $<