diff options
Diffstat (limited to 'src/southbridge/amd/sr5650/Makefile.inc')
-rw-r--r-- | src/southbridge/amd/sr5650/Makefile.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/southbridge/amd/sr5650/Makefile.inc b/src/southbridge/amd/sr5650/Makefile.inc deleted file mode 100644 index f695a112a6..0000000000 --- a/src/southbridge/amd/sr5650/Makefile.inc +++ /dev/null @@ -1,9 +0,0 @@ -ifeq ($(CONFIG_SOUTHBRIDGE_AMD_SR5650),y) - -ramstage-y += sr5650.c -ramstage-y += pcie.c -ramstage-y += ht.c - -romstage-y += early_setup.c - -endif |