diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2008-03-11 15:43:00 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2008-03-14 14:16:42 -0600 |
commit | ec8edd1393f482ca42b401463f0f09580aa263a0 (patch) | |
tree | 62892967de07f4db2d66f98e4d4c1001262dce9c /src/panel.c | |
parent | a7bc1a7f6b439419fc27b669d9d7f99f882d83fe (diff) |
First stage of the rename process - get rid of all amd_ prefixes -
change either to geode_ or just to lx_ or gx_ depending on the processor.
Change the name in the Makefiles and other collateral
Diffstat (limited to 'src/panel.c')
-rw-r--r-- | src/panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panel.c b/src/panel.c index 31eb9e7..4cb2cf7 100644 --- a/src/panel.c +++ b/src/panel.c @@ -43,7 +43,7 @@ #include "panel.h" #include "gfx_defs.h" -#include "amd.h" +#include "geode.h" #define PLATFORM_DYNAMIC 1 /* runtime selection */ #define PLATFORM_DRACO 0 /* Draco + 9210 */ |