Generate .x source files as .c source files
The generated .x source and .hx header files are plain C source files. Generate them as .c source files and avoid unnecessary file copying and special makefile rules. Change-Id: Ifc4bbe3c46dd357fdd642040ad964c7cfe1d395c
This commit is contained in:

committed by
Nicolas Williams

parent
4919daa7ab
commit
9427796f1a
@@ -442,7 +442,7 @@ clean::
|
||||
-$(RM) $(OBJ)\*.*
|
||||
!endif
|
||||
|
||||
.SUFFIXES: .c .cpp .hin .h .x .hx
|
||||
.SUFFIXES: .c .cpp .hin .h .hx
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# Manifest handling
|
||||
|
Reference in New Issue
Block a user