kernel.json 179 B

123456789101112
  1. {
  2. "Name": "Kernelipconfig",
  3. "Program": "ipconfig.elf.out",
  4. "Include": ["../../kernel.json"],
  5. "Pre": [
  6. ],
  7. "SourceFiles": [
  8. "ipv6.c",
  9. "main.c",
  10. "ppp.c"
  11. ]
  12. }