mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-28 06:24:10 +01:00
Exclude artwork, flight and hardware from source distribution
This commit is contained in:
parent
c4c0fc21e3
commit
5be9d022e4
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -32,3 +32,8 @@
|
|||||||
/Makefile text eol=lf
|
/Makefile text eol=lf
|
||||||
|
|
||||||
# More attributes are defined in per-directory .gitattributes which override this file
|
# More attributes are defined in per-directory .gitattributes which override this file
|
||||||
|
|
||||||
|
# Not needed in source distribution for building GCS
|
||||||
|
/artwork/ export-ignore
|
||||||
|
/flight/ export-ignore
|
||||||
|
/hardware/ export-ignore
|
||||||
|
3
Makefile
3
Makefile
@ -235,7 +235,8 @@ endif
|
|||||||
FLIGHT_OUT_DIR := $(BUILD_DIR)/firmware
|
FLIGHT_OUT_DIR := $(BUILD_DIR)/firmware
|
||||||
DIRS += $(FLIGHT_OUT_DIR)
|
DIRS += $(FLIGHT_OUT_DIR)
|
||||||
|
|
||||||
include $(ROOT_DIR)/flight/Makefile
|
# Might not be here in source package
|
||||||
|
-include $(ROOT_DIR)/flight/Makefile
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user