Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1968 → Rev 1969

/drivers/ddk/Makefile
78,6 → 78,6
%.o: %.S Makefile
$(CC) $(CFLAGS) -o $@ $<
 
%.o: %.c Makefile
%.o: %.c Makefile ../include/*.h ../include/linux/*.h
$(CC) $(CFLAGS) -o $@ $<