aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorTravis Geiselbrecht <geist@foobox.com>2016-02-14 11:43:15 -0800
committerTravis Geiselbrecht <geist@foobox.com>2016-02-14 11:43:49 -0800
commit4382d844e4e4e56b4dcf09381f9d5fa597cd53f7 (patch)
tree38e1e0d1d42de1e54ab58f636c2c37424166070e /target
parentb80e15059f8f3bbfa865fa5bbfd6589013d180ed (diff)
downloadcommon-4382d844e4e4e56b4dcf09381f9d5fa597cd53f7.tar.gz
[platform][am335x] remove this old unused platform/target
Was a port to the beaglebone, hasn't been used in a long time.
Diffstat (limited to 'target')
-rw-r--r--target/beaglebone/rules.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/beaglebone/rules.mk b/target/beaglebone/rules.mk
deleted file mode 100644
index ea0ac1f4..00000000
--- a/target/beaglebone/rules.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-LOCAL_DIR := $(GET_LOCAL_DIR)
-
-#MODULE := $(LOCAL_DIR)
-
-GLOBAL_INCLUDES += \
- $(LOCAL_DIR)/include
-
-PLATFORM := am335x
-
-MODULES += \
-
-MEMSIZE := 0x10000000 # 256MB
-
-GLOBAL_DEFINES += \
-
-#include make/module.mk
-