switched from fitpc/atom to prime/linux
Also removed a few old things that had nothing reasonable to be changed
to.
diff --git a/aos/linux_code/linux_code.gyp b/aos/linux_code/linux_code.gyp
new file mode 100644
index 0000000..49be0ce
--- /dev/null
+++ b/aos/linux_code/linux_code.gyp
@@ -0,0 +1,27 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'init',
+ 'type': 'static_library',
+ 'sources': [
+ '<(AOS)/linux_code/init.cc',
+ ],
+ 'dependencies': [
+ '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:shared_mem',
+ '<(AOS)/common/common.gyp:die',
+ '<(AOS)/build/aos.gyp:logging',
+ ],
+ },
+ {
+ 'target_name': 'configuration',
+ 'type': 'static_library',
+ 'sources': [
+ 'configuration.cc',
+ ],
+ 'dependencies': [
+ '<(AOS)/common/common.gyp:once',
+ '<(AOS)/build/aos.gyp:logging',
+ ],
+ },
+ ],
+}