mirror of
https://github.com/reactos/reactos.git
synced 2025-07-04 20:21:22 +00:00
Added missing directories to 'clean' rule.
svn path=/trunk/; revision=1995
This commit is contained in:
parent
294fa73123
commit
932eaef816
1 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@ PATH_TO_TOP = ../../..
|
||||||
|
|
||||||
TARGET=acpi
|
TARGET=acpi
|
||||||
|
|
||||||
CFLAGS = -I./include -I./ospm/include -g
|
CFLAGS = -I./include -I./ospm/include
|
||||||
|
|
||||||
LIBS = $(PATH_TO_TOP)/ntoskrnl/ntoskrnl.a
|
LIBS = $(PATH_TO_TOP)/ntoskrnl/ntoskrnl.a
|
||||||
|
|
||||||
|
@ -265,12 +265,14 @@ $(TARGET).sys: $(OBJECTS_PATH) $(OBJECTS) $(LIBS)
|
||||||
|
|
||||||
ifeq ($(DOSCLI),yes)
|
ifeq ($(DOSCLI),yes)
|
||||||
CLEAN_FILES = $(OBJECTS_PATH)\*.o dispatcher\*.o events\*.o executer\*.o hardware\*.o \
|
CLEAN_FILES = $(OBJECTS_PATH)\*.o dispatcher\*.o events\*.o executer\*.o hardware\*.o \
|
||||||
namespace\*.o parser\*.o resource\*.o tables\*.o utils\*.o \
|
namespace\*.o ospm\*.o ospm\busmgr\*.o parser\*.o resource\*.o tables\*.o \
|
||||||
|
utils\*.o \
|
||||||
$(TARGET).o $(TARGET).a junk.tmp base.tmp temp.exp \
|
$(TARGET).o $(TARGET).a junk.tmp base.tmp temp.exp \
|
||||||
$(TARGET).sys $(TARGET).sym $(TARGET).coff
|
$(TARGET).sys $(TARGET).sym $(TARGET).coff
|
||||||
else
|
else
|
||||||
CLEAN_FILES = $(OBJECTS_PATH)/*.o dispatcher/*.o events/*.o executer/*.o hardware/*.o \
|
CLEAN_FILES = $(OBJECTS_PATH)/*.o dispatcher/*.o events/*.o executer/*.o hardware/*.o \
|
||||||
namespace/*.o parser/*.o resource/*.o tables/*.o utils/*.o \
|
namespace/*.o ospm/*.o ospm/busmgr/*.o parser/*.o resource/*.o tables/*.o \
|
||||||
|
utils/*.o \
|
||||||
$(TARGET).o $(TARGET).a junk.tmp base.tmp temp.exp \
|
$(TARGET).o $(TARGET).a junk.tmp base.tmp temp.exp \
|
||||||
$(TARGET).sys $(TARGET).sym $(TARGET).coff
|
$(TARGET).sys $(TARGET).sym $(TARGET).coff
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue