aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/portdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/psp/portdefs.h')
-rw-r--r--backends/platform/psp/portdefs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/psp/portdefs.h b/backends/platform/psp/portdefs.h
index bf7ed41e25..dae9b5d49e 100644
--- a/backends/platform/psp/portdefs.h
+++ b/backends/platform/psp/portdefs.h
@@ -26,6 +26,12 @@
#ifndef PORTDEFS_H
#define PORTDEFS_H
+// FIXME: This file is only used when building using the file
+// backends/platform/psp/Makefile, but not when building using configure
+// && make. So either -DNONSTANDARD_PORT needs to be added to the PSP
+// configure rules, or it should be removed from the aforementioned
+// Makefile.
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>