Revamp all the Makefiles (thanks @fincs @WinterMute)
... dependencies are now properly handled (e.g. header changes, etc.)
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -11,6 +11,7 @@
|
||||
*.ilk
|
||||
*.map
|
||||
*.exp
|
||||
*.lst
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
@@ -60,25 +61,8 @@ dkms.conf
|
||||
|
||||
.**/
|
||||
|
||||
exosphere/bpmpfw/out/**
|
||||
exosphere/bpmpfw/build/**
|
||||
exosphere/build/**
|
||||
exosphere/out/**
|
||||
fusee/fusee-primary/out/**
|
||||
fusee/fusee-primary/build/**
|
||||
fusee/fusee-secondary/out/**
|
||||
fusee/fusee-secondary/build/**
|
||||
fusee/fusee-tertiary/out/**
|
||||
fusee/fusee-tertiary/build/**
|
||||
fusee/out/**
|
||||
fusee/build/**
|
||||
stratosphere/loader/out/**
|
||||
stratosphere/loader/build/**
|
||||
stratosphere/sm/out/**
|
||||
stratosphere/sm/build/**
|
||||
stratosphere/pm/out/**
|
||||
stratosphere/pm/build/**
|
||||
stratosphere/boot/out/**
|
||||
stratosphere/boot/build/**
|
||||
stratosphere/boot2/out/**
|
||||
stratosphere/boot2/build/**
|
||||
# NOTE: make sure to make exceptions to this pattern when needed!
|
||||
*.bin
|
||||
|
||||
**/out
|
||||
**/build
|
||||
|
||||
Reference in New Issue
Block a user