Revamp all the Makefiles (thanks @fincs @WinterMute)

... dependencies are now properly handled (e.g. header changes, etc.)
This commit is contained in:
TuxSH
2018-05-19 00:54:38 +02:00
parent 7bfdf63a71
commit b4eeddd7e1
23 changed files with 773 additions and 304 deletions

28
.gitignore vendored
View File

@@ -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